home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / textutl3.readme < prev    next >
Text File  |  1992-10-01  |  1KB  |  32 lines

  1. Short: GNU textutils, ported to the Amiga
  2.  
  3. While working on emacs, I ported several Unix utilities to provide
  4. programs which are called by emacs (eg, ls is used by dired, rmdir is
  5. used by the delete-file command). I am now releasing these, along with
  6. the unix compatibility library which I wrote to assist porting these
  7. various utilities (and emacs).
  8.  
  9. Ports of the following software (written or distributed as part of
  10. the GNU project) are available for download:
  11.  
  12. - grep (version 1.6). The standard unix utility of the same name.
  13. - textutils (version 1.3). A dozen odd standard unix utilities
  14. for handling text, like sort, cat, head, etc.
  15. - fileutils (version 3.3). A set of standard unix utilities
  16. for managing files, like ls, rm, chmod, etc.
  17.  
  18. The unix compatibility library, which is written for SAS C 5.10b,
  19. provides a more unix-like environment for programs compiled with it,
  20. along with a number of C functions which I needed to compile the
  21. above programs. These are either new or replacements for similar
  22. functions in the SAS C library (where these functions lacked
  23. some features or were buggy).
  24.  
  25. All these packages are available on amiga.physik.unizh.ch (130.60.80.80), 
  26. in the amiga/util/gnu directory
  27.  
  28. David Gay
  29. dgay@di.epfl.ch
  30. Ecole Polytechnique Federale de Lausanne, Switzerland.
  31. Laboratoire d'Informatique Technique.
  32.